home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / CGIPERL / MACPERL / MSRCE418.HQX / Perl Source ƒ / MacPerl / MPConsole.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-16  |  639 b   |  30 lines

  1. /*********************************************************************
  2. Project    :    MacPerl            -    Standalone Perl
  3. File        :    MPConsole.cp    -    Console interface for GUSI
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C/C++
  6.  
  7. $Log: MPConsole.h,v $
  8. Revision 1.1  1994/02/27  23:02:58  neeri
  9. Initial revision
  10.  
  11. Revision 0.1  1993/08/14  00:00:00  neeri
  12. WIOSELECT
  13.  
  14. *********************************************************************/
  15.  
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19.  
  20. #include <GUSI.h>
  21.  
  22. #define WIOSELECT (('w'<<8)|0x00)    /* Put window to front */
  23.  
  24. void CloseConsole(Ptr cookie);
  25. int MPConsoleSpin(spin_msg msg, long arg);
  26.  
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30.